home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / buildy1a / readme.txt < prev    next >
Text File  |  1999-09-07  |  1KB  |  14 lines

  1. Ok, here is what you do.
  2.  
  3. 1)Load the "SplitLib" project into vb
  4.  
  5.   This project contains two class modules: vSplit and hSplit
  6.  
  7.   Examine these modules carefully, they will be compiled into the SplitLib.dll that will control the test project.
  8.  
  9. Unload the SplitLib project (there is no need to compile it, unless you want to, because I've already done so.)
  10.  
  11. 2) Load the "test" project into vb
  12.  
  13.   This project contains a form with a few objects on it.  Notice in the source code how these objects are set as new objects contained in the vsplit and hsplit library.  This is what makes the code reusable.  You can change the objects on the form and reference the new objects to the  splitlib.  Try playing with the test project by changing the objects on it.  Once you get the hang of it and feel you understand the vSplit and hSplit class, try adding functions and/or properties to them! 
  14. Remember that if you change the SplitLib project, the changes won't take effect until you compile it to update the dll.